home *** CD-ROM | disk | FTP | other *** search
/ CD School House 9 / CD School House 9.0 - Wayzata Technology (1994).iso / pc / dos / sciences / pcl57 / part4.exe / GO1.BAT next >
DOS Batch File  |  1992-12-30  |  3KB  |  104 lines

  1. ECHO OFF
  2. cls
  3. echo This is not FREE software! This is a shareware package. Shareware
  4. echo means try before you buy. See the registration option on the main
  5. echo menu for information about the BONUS DISKS and registration 
  6. echo certificate which will be shipped after you register. Registration
  7. echo works on the honor system: you the user pay for the software you
  8. echo try and use. Thanks for using PC-LEARN and supporting the shareware
  9. echo concept with your prompt submission of a registration fee!
  10. pause
  11. :TOP
  12. cls
  13. rem menu
  14. ECHO ┌───────────────────────────────────────────────────────────────────────┐
  15. ECHO │                    PART ONE - PC-LEARN MENU                           │
  16. ECHO │                                                                       │
  17. ECHO │  A  Program Description                G  Batch Files                 │
  18. ECHO │  B  Registration and Bonus Disks       H  Computer Clubs              │
  19. ECHO │  C  Introduction to Computers          I  Viruses                     │
  20. ECHO │  D  Computer History                   J  Tips and tricks             │
  21. ECHO │  E  DOS for Beginners                  K  Support Resources           │
  22. ECHO │  F  Advanced DOS                       L  Your New PC                 │
  23. ECHO │                                        M  Print Registration Form     │
  24. ECHO │                                                                       │
  25. ECHO │                        Q  Quits program!                              │
  26. ECHO │                                                                       │
  27. ECHO │                   Press a letter key to begin . . .                   │
  28. ECHO └───────────────────────────────────────────────────────────────────────┘
  29. :START
  30. pclkey ,Q81,q81,M77,m77,L76,l76,K75,k75,J74,j74,I73,i73,H72,h72,G71,g71,F70,f70,E69,e69,D68,d68,C67,c67,B66,b66,A65,a65/E
  31. ECHO   -----    PLEASE WAIT FOR A MOMENT - DISK DRIVE LOADING DATA   -----
  32. ECHO OFF
  33. IF ERRORLEVEL 81 GOTO END                                             
  34. IF ERRORLEVEL 77 GOTO LABELM
  35. IF ERRORLEVEL 76 GOTO LABELL
  36. IF ERRORLEVEL 75 GOTO LABELK
  37. IF ERRORLEVEL 74 GOTO LABELJ
  38. IF ERRORLEVEL 73 GOTO LABELI
  39. IF ERRORLEVEL 72 GOTO LABELH
  40. IF ERRORLEVEL 71 GOTO LABELG
  41. IF ERRORLEVEL 70 GOTO LABELF
  42. IF ERRORLEVEL 69 GOTO LABELE
  43. IF ERRORLEVEL 68 GOTO LABELD
  44. IF ERRORLEVEL 67 GOTO LABELC
  45. IF ERRORLEVEL 66 GOTO LABELB
  46. IF ERRORLEVEL 65 GOTO LABELA
  47. :LABELA
  48. view readme
  49. GOTO TOP
  50. :LABELB
  51. view bonus.tut
  52. GOTO TOP
  53. :LABELC
  54. view intro.tut
  55. GOTO TOP
  56. :LABELD
  57. view history.tut  
  58. GOTO TOP
  59. :LABELE
  60. VIEW dos1.tut
  61. GOTO TOP
  62. :LABELF
  63. VIEW dos2.tut
  64. GOTO TOP
  65. :LABELG
  66. VIEW batch.tut
  67. GOTO TOP
  68. :LABELH
  69. VIEW usergrp.tut
  70. GOTO TOP
  71. :LABELI
  72. VIEW virus.tut
  73. GOTO TOP
  74. :LABELJ
  75. VIEW tips.tut
  76. GOTO TOP
  77. :LABELK
  78. VIEW support.tut
  79. GOTO TOP
  80. :LABELL
  81. VIEW newpc.tut
  82. GOTO TOP
  83. :LABELM
  84. cls
  85. echo  Preparing to print registration form. Turn on printer . . .
  86. echo  ---------------------------------------------------------------
  87. ECHO   Press  Y  if your answer is YES, please print form on my printer. 
  88. ECHO   Press  N  if your answer is NO, do not print registration form.
  89. pclkey y67,Y67,N66,n66/E
  90. IF ERRORLEVEL 67 GOTO PRINTREG
  91. IF ERRORLEVEL 66 GOTO TOP
  92. :PRINTREG
  93. cls
  94. echo       Now printing registration form on printer.....
  95. type bonus.tut>prn
  96. GOTO TOP
  97. :END
  98. CLS
  99. ECHO            -----  THANKS FOR USING PC-LEARN -----
  100. ECHO   -----  REGISTERING WILL BRING YOU THE BONUS DISKS! ----
  101.  
  102. 
  103. 
  104.